home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class es$collections_properties extends ResourceBundle
- {
- public function es$collections_properties()
- {
- super("es","collections");
- }
-
- override protected function getContent() : Object
- {
- return {
- "findCondition":"Find criteria must contain all sort fields leading up to \'{0}\'.",
- "noComparatorSortField":"Cannot determine comparator for SortField with name \'{0}\'.",
- "outOfBounds":"Index \'{0}\' specified is out of bounds.",
- "nonUnique":"Non-unique values in items.",
- "incorrectAddition":"Attempt to add an item already in the view.",
- "findRestriction":"Find criteria must contain at least one sort field value.",
- "invalidType":"Incorrect type. Must be of type XML or a XMLList that contains one XML object. ",
- "unknownMode":"Unknown find mode.",
- "invalidIndex":"Invalid index: \'{0}\'.",
- "invalidRemove":"Cannot remove when current is beforeFirst or afterLast.",
- "unknownProperty":"Unknown Property: \'{0}\'.",
- "invalidInsert":"Cannot insert when current is beforeFirst.",
- "itemNotFound":"Cannot find when view is not sorted.",
- "bookmarkInvalid":"Bookmark no longer valid.",
- "noComparator":"Cannot determine comparator for \'{0}\'.",
- "invalidCursor":"Cursor no longer valid.",
- "noItems":"No items to search.",
- "bookmarkNotFound":"Bookmark is not from this view."
- };
- }
- }
- }
-
-